Autogenerated HTML docs for v1.7.2.1-158-gbd3a97 
diff --git a/git-checkout.html b/git-checkout.html index a5648ec..d15107a 100644 --- a/git-checkout.html +++ b/git-checkout.html 
@@ -322,7 +322,7 @@  <div class="sectionbody">   <div class="verseblock">   <div class="content"><em>git checkout</em> [-q] [-f] [-m] [<branch>]  -<em>git checkout</em> [-q] [-f] [-m] [[-b|--orphan] <new_branch>] [<start_point>]  +<em>git checkout</em> [-q] [-f] [-m] [[-b|-B|--orphan] <new_branch>] [<start_point>]   <em>git checkout</em> [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <paths>…   <em>git checkout</em> --patch [<tree-ish>] [--] [<paths>…]</div></div>   </div>  @@ -337,7 +337,7 @@  <em>git checkout</em> [<branch>]   </dt>   <dt>  -<em>git checkout</em> -b <new branch> [<start point>]  +<em>git checkout</em> -b|-B <new_branch> [<start point>]   </dt>   <dd>   <p>  @@ -349,6 +349,15 @@  use the <tt>--track</tt> or <tt>--no-track</tt> options, which will be passed to   <em>git branch</em>. As a convenience, <tt>--track</tt> without <tt>-b</tt> implies branch   creation; see the description of <tt>--track</tt> below.</p></div>  +<div class="para"><p>If <tt>-B</tt> is given, <new_branch> is created if it doesn't exist; otherwise, it  +is reset. This is the transactional equivalent of</p></div>  +<div class="listingblock">  +<div class="content">  +<pre><tt>$ git branch -f <branch> [<start point>]  +$ git checkout <branch></tt></pre>  +</div></div>  +<div class="para"><p>that is to say, the branch is not reset/created unless "git checkout" is  +successful.</p></div>   </dd>   <dt>   <em>git checkout</em> [--patch] [<tree-ish>] [--] <pathspec>…  @@ -425,6 +434,17 @@  </p>   </dd>   <dt>  +-B  +</dt>  +<dd>  +<p>  + Creates the branch <new_branch> and start it at <start_point>;  + if it already exists, then reset it to <start_point>. This is  + equivalent to running "git branch" with "-f"; see  + <a href="git-branch.html">git-branch(1)</a> for details.  +</p>  +</dd>  +<dt>   -t   </dt>   <dt>  @@ -727,7 +747,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 2010-07-21 21:55:16 UTC  +Last updated 2010-08-18 22:14:47 UTC   </div>   </div>   </body>